-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
security: call /usr/libexec/fips-setup-helper #5928
security: call /usr/libexec/fips-setup-helper #5928
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the commit message: See 56b0c7c other commits like this one for reference.
Just cherry-pick with git cherry-pick
the upstream commit, and mention in the commit message like in the commit linked the Resolves and Cherry-pick lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also we dont generally sign off commits.
Feel free to leave it if you want to.
@@ -1038,7 +1038,7 @@ def test_configure_fips_task(self, mock_util): | |||
task.run() | |||
|
|||
mock_util.execWithRedirect.assert_called_once_with( | |||
"/usr/libexec/fips-setup-helper", | |||
"/usr/libexec/fips-setup-helper", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please cherry-pick the original commit and you will not need this fixup.
e25cb46
to
69fe748
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have typo in the commit message.
cyrpto and then a trailing comma, please fix.
Also please use the following convention for linking the RHEL bug.
Related: RHEL-58667
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionally please just cherry-pick the commit as requested.
This will fix the title of the commit message to be the same like the original.
This is related to crypto policy helper changes, |
69fe748
to
a4f2052
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there. It's missing the:
Cherry-picked from commit: ...
Related to: RHEL-*
lines.
So how we do backports is:
- Cherry-pick the commit from master branch with
git cherry-pick
- Amend the commit message with
git commit --am
to contain the two information pointed as missing above.
Please fix these and it's good to go.
This is not the original commit. Please point the original commit. This is your fork. |
128ecc7
to
726dac9
Compare
crypto-policies now ships a helper for anaconda to call in order to just "do the right thing" and make it not anaconda's responsibility. Cherry-picked from master commit 123d819 Resolves: RHEL-58667
726dac9
to
7c89459
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anurag03 I force pushed with the suggested commit message changes.
/kickstart-test --testtype smoke |
crypto-policies now ships a helper for anaconda to call
in order to just "do the right thing"
and make it not anaconda's responsibility.
Cherry-picked from master commit 123d819
Resolves: RHEL-58667